projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4434d61
)
(define-key-after): Renamed from define-key-in-sequence.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 26 Jun 1993 04:20:42 +0000
(
04:20
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 26 Jun 1993 04:20:42 +0000
(
04:20
+0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index f866228ccc006bbef1b601c96c1c2a6bab2bad26..e7bc2e13a24e6b06cb1e9ff32553d931810a9852 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-181,7
+181,7
@@
in KEYMAP as NEWDEF those chars which are defined as OLDDEF in OLDMAP."
(setq i (1+ i))))))
(setq scan (cdr scan)))))
-(defun define-key-
in-sequence
(keymap key definition after)
+(defun define-key-
after
(keymap key definition after)
"Add binding in KEYMAP for KEY => DEFINITION, right after AFTER's binding.
This is like `define-key' except that the binding for KEY is placed
just after the binding for the event AFTER, instead of at the beginning